home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / FUTURE < prev    next >
Text File  |  1998-12-15  |  739b  |  24 lines

  1.  
  2. Future plans for Mesa
  3.  
  4.   OpenGL conformance testing
  5.     As of June 22 I've signed the paperwork but haven't got the
  6.     test sources yet.
  7.  
  8.   Optimization of API function dispatch as proposed by Kendall Bennet
  9.     Use a little asm code to optimize the glVertex, glNormal, glTexCoord,
  10.     etc functions.
  11.  
  12.   Vertex array optimization
  13.     All the vertex transformation code in vbxform.c should be moved
  14.     into xform.c.  These functions should also be rewritten to support
  15.     a variable stride through the source data.  This will allow
  16.     optimizing many vertex array scenarios, including interleaved
  17.     arrays.
  18.  
  19.     The x86 transformation code will have to be updated too.  Sorry Josh!
  20.  
  21.     This could be a nice performance boost, especially when using
  22.     3Dfx hardware.
  23.  
  24.